home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMSOME / TFMSOME.txt
Text File  |  2004-09-09  |  3KB  |  121 lines

  1. object fmSome: TfmSome
  2.   Left = 526
  3.   Top = 475
  4.   HelpContext = 820
  5.   ActiveControl = edName
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Register PicoZip'
  9.   ClientHeight = 267
  10.   ClientWidth = 482
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object laInstructions: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 465
  28.     Height = 122
  29.     AutoSize = False
  30.     Caption = 
  31.       'Please enter your name and registration code EXACTLY as they app' +
  32.       'ear in the registration instructions that you received, then cli' +
  33.       'ck the "Register" button. '#13#10#13#10'The easiest way to do this is to c' +
  34.       'opy all the license information from the registration email that' +
  35.       ' you received to the clipboard, then come back to this window. Y' +
  36.       'our name and registration code will then be automatically displa' +
  37.       'yed below. If you need more assistance, click the "Help" button.' +
  38.       #13#10#13#10'If you have yet to pay the PicoZip registration fee, click t' +
  39.       'he "Continue Unregistered" button to continue your evaluation, o' +
  40.       'r click the "Buy Now" button to order online.'
  41.     Transparent = True
  42.     WordWrap = True
  43.   end
  44.   object laName: TLabel
  45.     Left = 8
  46.     Top = 136
  47.     Width = 129
  48.     Height = 13
  49.     AutoSize = False
  50.     Caption = '&Name'
  51.     FocusControl = edName
  52.   end
  53.   object laSome: TLabel
  54.     Left = 8
  55.     Top = 184
  56.     Width = 137
  57.     Height = 13
  58.     AutoSize = False
  59.     Caption = 'Registration &Code'
  60.     FocusControl = edSome
  61.   end
  62.   object edName: TEdit
  63.     Left = 8
  64.     Top = 152
  65.     Width = 465
  66.     Height = 21
  67.     TabOrder = 0
  68.   end
  69.   object edSome: TEdit
  70.     Left = 8
  71.     Top = 200
  72.     Width = 465
  73.     Height = 21
  74.     TabOrder = 1
  75.   end
  76.   object buRegister: TButton
  77.     Left = 8
  78.     Top = 235
  79.     Width = 140
  80.     Height = 25
  81.     Caption = '&Register'
  82.     Default = True
  83.     TabOrder = 2
  84.     OnClick = buRegisterClick
  85.   end
  86.   object buContinue: TButton
  87.     Left = 155
  88.     Top = 235
  89.     Width = 140
  90.     Height = 25
  91.     Caption = '&Continue Unregistered'
  92.     TabOrder = 3
  93.     OnClick = buContinueClick
  94.   end
  95.   object buHelp: TButton
  96.     Left = 390
  97.     Top = 235
  98.     Width = 83
  99.     Height = 25
  100.     Caption = '&Help'
  101.     TabOrder = 4
  102.     OnClick = buHelpClick
  103.   end
  104.   object buBuy: TButton
  105.     Left = 301
  106.     Top = 235
  107.     Width = 83
  108.     Height = 25
  109.     Caption = '&Buy Now'
  110.     TabOrder = 5
  111.     OnClick = buBuyClick
  112.   end
  113.   object tiSome: TTimer
  114.     Enabled = False
  115.     Interval = 50
  116.     OnTimer = tiSomeTimer
  117.     Left = 448
  118.     Top = 120
  119.   end
  120. end
  121.